Use this menu to add HTML tags to your document. Some tags will require you to select text to be labeled with it's tag. With some other tags it is optional.
Paragraph Break
Unlike documents in most word processers, carriage returns in HTML files aren't significant. So to indicate were a new paragraph should begin a <P> is used. ¶ is the name I use for the <P> tag.
List
A list is multiple lines of text that is displayed in numbered, unnumbered or description rows.
Link
A link is a marker allowing the user to access files, gopher servers, WAIS servers, news groups, telnet sessions and other http servers.
Line Break
The Line Break command ( <BR> ) is used to force a line break (By contrast, most browsers format the <P> paragraph tag with an aditional blank line, Link Break does not).
Horizontal Line
Used to display a horizontal line the width of the browser window.
Glossary
A glossary consists of a word that is to be defined (which is displayed at the top left of the entry) and it's definition (just below the word and indented on the first line).
Files & Images
Files & Images insertion is a marker to an external file such as a movie, gif or other file (with the proper file name suffix).
When the user selects the marker the Web browser downloads and if possible opens/plays the file.
Anchor
An anchor is used as a link to go to a specific location in your file. Note: the anchor resides in the file being linked to, but the HTML document that created the link must specify which anchor to go to or else the default is the beginning.